/*.hero-slider-module .hero-banner {
  position: relative;
}
.hero-slider-module .hero-slider {
  overflow: hidden;
}
.hero-slider-module .hero-slider-box {
  position: relative;
}
.hero-slider-module .hero-slider-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #151e1b 0%, rgba(21, 30, 27, 0.4) 100%);
  top: 0;
  left: 0;
}
.hero-slider-module .hero-slider-box img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.hero-slider-module .hero-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 5;
}
.hero-slider-module .banner-data {
  max-width: 770px;
  width: 100%;
}
.hero-slider-module .banner-data h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.hero-slider-module .banner-data h1,
.hero-slider-module .banner-data h3 {
  margin: 0 0 16px;
  font-weight: 800;
  font-size: 80px;
  line-height: 86px;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.hero-slider-module .banner-data p {
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.hero-slider-module .btn-main {
  padding: 16px 35px;
  background: #72b6af;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  display: table;
}
.hero-slider-module .btn-main i {
  margin-left: 10px;
}
.hero-slider-module .btn-main:hover {
  background: #151e1b;
}*/
.hero-slider-module .hero-banner {
  position: relative;
}

.hero-slider-module .hero-slider {
  overflow: hidden;
}

.hero-slider-module .hero-slider-box {
  position: relative;
}

.hero-slider-module .hero-slider-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    #151e1b 0%,
    rgba(21, 30, 27, 0.4) 100%
  );
  top: 0;
  left: 0;
}

.hero-slider-module .hero-slider-box img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero-slider-module .hero-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 5;
}

.hero-slider-module .banner-data {
  max-width: 48.125rem;  /* 770px */
  width: 100%;
}

.hero-slider-module .banner-data h2 {
  font-weight: 600;
  font-size: 1.5rem;     /* 24px */
  line-height: 2.125rem; /* 34px */
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.hero-slider-module .banner-data h1,
.hero-slider-module .banner-data h3 {
  margin: 0 0 1rem;        /* 0 0 16px */
  font-weight: 800;
  font-size: 5rem;         /* 80px */
  line-height: 5.375rem;   /* 86px */
  letter-spacing: -0.03em;
  color: #fff;
}

.hero-slider-module .banner-data p {
  margin: 0 0 2.5rem;      /* 0 0 40px */
  font-weight: 500;
  font-size: 1.125rem;     /* 18px */
  line-height: 1.75rem;    /* 28px */
  letter-spacing: -0.02em;
  color: #fff;
}

.hero-slider-module .btn-main {
  display: table;
  padding: 1rem 2.1875rem; /* 16px 35px */
  background: #72b6af;
  border-radius: 0.25rem;  /* 4px */
  font-weight: 600;
  font-size: 1.125rem;     /* 18px */
  color: #fff;
}

.hero-slider-module .btn-main i {
  margin-left: 0.625rem;   /* 10px */
}

.hero-slider-module .btn-main:hover {
  background: #151e1b;
}

@media (max-width: 48rem) { /* 768px */
  .hero-slider-module .banner-data h1 {
    font-size: 3rem;      /* 48px */
    line-height: 3.5rem;  /* 56px */
  }
  .hero-slider-module .banner-data p {
    font-size: 1rem;      /* 16px */
    line-height: 1.5rem;  /* 24px */
    margin-bottom: 1.5rem;/* 24px */
  }
  .hero-slider-module .btn-main {
    padding: 0.75rem 1.5rem; /* 12px 24px */
    font-size: 1rem;         /* 16px */
  }
}

